home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / m4-1_0_3.lha / m4-1.0.3 / checks / 47.patsubst < prev    next >
Text File  |  1992-12-19  |  431b  |  12 lines

  1. dnl /usr2/pinard/pub/m4-1.0.3/m4.texinfo:2217: Origin of test
  2. patsubst(`GNUs not Unix', `^', `OBS: ')
  3. dnl @result{}OBS: GNUs not Unix
  4. patsubst(`GNUs not Unix', `\<', `OBS: ')
  5. dnl @result{}OBS: GNUs OBS: not OBS: Unix
  6. patsubst(`GNUs not Unix', `\w*', `(\0)')
  7. dnl @result{}(GNUs)() (not)() (Unix)
  8. patsubst(`GNUs not Unix', `\w+', `(\0)')
  9. dnl @result{}(GNUs) (not) (Unix)
  10. patsubst(`GNUs not Unix', `[A-Z][a-z]+')
  11. dnl @result{}GN not 
  12.